Skip to main content

getAsString

Type

handler

Summary

Get any value as string

Syntax

getAsString(<pValue>)

Description

Try to get any value as a string. if can not convert the value then the empty string is returned.

note

This handler is for internal use.

Parameters

NameTypeDescription

pValue

Value to be converted to string.